home *** CD-ROM | disk | FTP | other *** search
/ Univers Mac Interactif 45 / Univers Mac Interactif - Issue 45.iso / Utilitaires / BijouPlay 2.0 GM / README's / BijouPlay Scripting Info < prev    next >
Text File  |  1994-11-14  |  2KB  |  27 lines

  1. BijouPlay 2.0 AppleScript Information
  2.  
  3. BijouPlay 2.0 is a scriptable and recordable application for many of its basic features.  This document covers which AppleEvents BijouPlay supports, and how to use them through AppleScript.  Because of it's scriptability and recordability, BijouPlay is an excellent choice for QuickTime movie playback when browsing through the World Wide Web.
  4.  
  5.  
  6. Supported AppleEvents
  7. BijouPlay supports the following events from the Required Suite :
  8.   • Open Application
  9.      - causes BijouPlay to launch
  10.   • Open Documents
  11.      - open document(s) with BijouPlay
  12.   • Print Documents
  13.      - currently returns as not handled (will be supported in future versions)
  14.   • Quit Application
  15.      - causes BijouPlay to quit
  16.  
  17. BijouPlay defines the following events in the Bijou Suite (Suite ID 'BjSu') :
  18.   • Create New Movie Object (Event ID 'NewM')
  19.      - causes a new empty movie window to be created
  20.   • Close Movie Object (Event ID 'ClsM')
  21.      - closes the specified movie object
  22.   • Play Movie Object (Event ID 'Play')
  23.      – causes the specified movie object to begin playing
  24.   • Stop Movie Object (Event ID 'Stop')
  25.      - causes the specified movie object to stop playing
  26.  
  27. The Bijou Apple Event Suite will expand in the future as more QuickTime features are added to it and BijouPlay.  There will be support for movie editing (cut, copy, paste) in the near future, as well as the ability to retrieve information about a movie's state through Apple Events (eg. Playing, Size, Volume, etc.)  If you are interested in contributing to the evolution of this suite, please send us some e-mail regarding your ideas, we'd love to hear them.